Conversation
|
When writing this I saw LDoc's
In If the As for debugging, there is no real workflow 😛. At the moment I just use VSCode and open up a special terminal that spies on NodeJS processes you execute so you can debug within VSCode. Otherwise you could use the debugger statement ( |
|
Oh and same thing for |
|
Thanks for the info! Even more sinister, I am trying to make a fuzzy matcher from the @param and @return tags in the program. The nakama library I am consuming will have comments like: So I am just looking for any type keyword in the description and assuming it is the type of the param. As there are sometimes hints to what type might be in the param. Could be useful to pass a |
Attempting to infer types, however, I can't seem to get this to actually do anything.
What does the debug workflow look like for testing this? Any pointers to my proposed solution for type infering?